jas.jds.module
Interface LocalDIM2

All Superinterfaces:
AbstractDIM, LocalDIM, java.io.Serializable
All Known Implementing Classes:
BasicLocalDIM

public interface LocalDIM2
extends LocalDIM

A DIM may implements LocalDIM2 if it wants to be able to open a file via the Open menu, or when a file is dropped onto the application.


Method Summary
 javax.swing.filechooser.FileFilter getFileFilter()
           
 
Methods inherited from interface jas.jds.module.LocalDIM
getSetupPage, setLocalJobBuilder
 
Methods inherited from interface jas.jds.module.AbstractDIM
openDataSet
 

Method Detail

getFileFilter

public javax.swing.filechooser.FileFilter getFileFilter()